home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 17 / CU Amiga Magazine's Super CD-ROM 17 (1997)(EMAP Images)(GB)[!][issue 1997-12].iso / CUCD / Programming / AMOSList / AMOSLIST.0997 / 000124_amos-request@svcs1.digex.net_Sun Sep 14 17:34:27 1997.msg < prev    next >
Text File  |  1997-10-01  |  4KB  |  89 lines

  1. Received: from svcs1.digex.net (svcs1.digex.net [204.91.197.224])
  2.     by mail3.access.digex.net (8.8.5/8.8.5) with ESMTP id RAA19433
  3.     for <mcox@access.digex.net>; Sun, 14 Sep 1997 17:34:26 -0400 (EDT)
  4. Received: (from daemon@localhost)
  5.     by svcs1.digex.net (8.8.5/8.8.5) id QAA13464
  6.     for amos-out; Sun, 14 Sep 1997 16:48:48 -0400 (EDT)
  7. Received: from mail2.access.digex.net (mail2.access.digex.net [205.197.247.3])
  8.     by svcs1.digex.net (8.8.5/8.8.5) with ESMTP id QAA13461
  9.     for <amos-list@svcs1.digex.net>; Sun, 14 Sep 1997 16:48:47 -0400 (EDT)
  10. Received: from mago.agonet.it (mago.agonet.it [195.32.124.10])
  11.     by mail2.access.digex.net (8.8.5/8.8.5) with ESMTP id QAA09000
  12.     for <amos-list@access.digex.net>; Sun, 14 Sep 1997 16:48:44 -0400 (EDT)
  13. Received: from agonet.it (ghizzo@p126067.agonet.it [195.32.126.67])
  14.     by mago.agonet.it (8.8.5/8.8.5) with SMTP id WAA19737;
  15.     Sun, 14 Sep 1997 22:51:32 +0200
  16. From: Pietro Ghizzoni <ghizzo@agonet.it>
  17. Reply-To: Pietro Ghizzoni <ghizzo@agonet.it>
  18. To: "Mr. Giark To You" <`oeh`ck@`olden.net>,
  19.         Amos-List <amos-list@access.digex.net>
  20. Date: Sun, 14 Sep 1997 22:49:12 +0100
  21. Message-ID: <yam7196.618.2015074816@mail.agonet.it>
  22. In-Reply-To: <yam7195.1079.5242328@huron.net>
  23. X-Mailer: YAM 1.3.4 [020] - Amiga Mailer by Marcel Beck
  24. Organization: Dairymen Soft
  25. Subject: Re: BOT
  26. MIME-Version: 1.0
  27. Content-Type: text/plain
  28. Status: O
  29. X-Status: 
  30.  
  31. On 13-Set-97, Mr. Giark To You wrote: BOT
  32.  
  33. >I will check out the GUI ex , Pietro.
  34.  
  35. Good :)
  36.  
  37. >About the compiler multitask thing. Exactly what does the fix do? Right now,
  38. >my bot, as usual, grabs 100% cpu because that's what compiled prgs do. Does
  39. >your fix correct this?
  40.  
  41.  
  42. The GUI Extension correct this.... AMOS doesn't use a OS friendly system
  43. for waiting events like key press, menus select etc and for this reason a
  44. tipical Do....Loop grabs the 100% of the CPU power.
  45.  
  46. Using the GUI Extension and the Gui Wait command, your program grabs the
  47. 0% of the CPU like all the other standard Amiga programs.
  48.  
  49.  
  50.  
  51.                             *The GUI Compiler*
  52.  
  53.                       *What is it, and what it does???*
  54.  
  55.  
  56. The GUI compiler is a patched version of the AMOSPro Compiler.
  57.  
  58. It creates a more OS friendly code(... i've removed ALL the AMOS hacks!
  59. Now we are working under intution, and we don't need the fucked amos patches)
  60.  
  61. The programs works in multitasking! as you know you can't run 2 or more AMOS
  62. programs togheter. But using the GUI Compiler, you can do it ;)
  63.  
  64. the GUI compiler has a Purify function. If you zap the executable produced
  65. by the AMOSPro compiler, you'll find tons of AMOS-related rubbish... using
  66. the GUI Compiler all the rubbish is removed
  67.  
  68. i've removed/hacked some internal functions... now is impossible to discover
  69. the AMOS nature of your program! You can use SnoopDos, Scout, ARTM, SIP and
  70. so on... nothing! Expecially if you have used the Gui Amiga 1 command at
  71. the start of your program (... see the GUI Ext. doc)
  72.  
  73. -- 
  74.  
  75. Bye!
  76.  
  77.  
  78.                                      !!!
  79.                                      o o
  80.    +-----------------------------oOO-(_)-OOo----------------------------+
  81.    |                                                                    |
  82.    |  Pietro Ghizzoni - Dairymen Soft              __  /// Amiga 12OO   |
  83.    |     E-Mail:  ghizzo@agonet.it                 \\\/// 'O3O  5OMhz   |
  84.    |            Team AMIGA                          \/// 1OMB - CD4x    |
  85.    |                                                                    |
  86.    | Amos Professional Team Coordinator               AMIGA RULEZ!!     |
  87.    |                                                                    |
  88.    +--------------------------------------------------------------------+
  89.